{% extends 'base_dashboard.html' %} {% block title %}Start exam — {{ program.title }}{% endblock %} {% block content %}

Exam unlocked

{{ program.title }}

  • • {{ program.questions_per_exam }} random MCQs (from {{ program.min_question_bank }}+ bank)
  • • Pass mark {{ program.passing_score }}%
  • • Attempts left: {{ application.attempts_remaining }}
  • • One question at a time in a dedicated exam window
  • {% if program.time_limit_minutes %}
  • • Timed exam: {{ program.time_limit_minutes }} minutes (~{% widthratio program.time_limit_minutes program.questions_per_exam 60 %} sec / question)
  • {% else %}
  • • Timed exam: {{ program.recommended_time_limit_minutes }} minutes
  • {% endif %}
  • • First: a practice question (not scored). Then full screen + timer for the real test.
  • • Results appear about {{ program.results_delay_minutes|default:5 }} minutes after you submit
  • • Leaving the exam window, tab, or full screen cancels the attempt
{% csrf_token %}
Cancel
{% endblock %}